"blue white black" shadcn/ui theme

minimalist
high-contrast
modern
calm
professional
blue-theme
light-dark-mode
polar-inspired
clean-design
user-friendly

Shadcn/ui Theme Css Variables

name: Polar Twilightkeyword: blue white black views: 2

:root {
  --background: 210 40% 98%;
  --foreground: 210 10% 20%;
  --card: 210 30% 95%;
  --card-foreground: 210 10% 20%;
  --popover: 210 30% 95%;
  --popover-foreground: 210 10% 20%;
  --primary: 210 80% 50%;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 20% 90%;
  --secondary-foreground: 210 10% 20%;
  --muted: 210 20% 90%;
  --muted-foreground: 210 10% 50%;
  --accent: 210 60% 70%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 210 40% 98%;
  --border: 210 20% 80%;
  --input: 210 20% 90%;
  --ring: 210 80% 50%;
  --radius: 0.75rem;
  --chart-1: 210 80% 50%;
  --chart-2: 210 60% 70%;
  --chart-3: 210 40% 90%;
  --chart-4: 210 20% 95%;
  --chart-5: 210 10% 98%;
} 

.dark {
  --background: 210 10% 10%;
  --foreground: 210 40% 98%;
  --card: 210 20% 15%;
  --card-foreground: 210 40% 98%;
  --popover: 210 20% 15%;
  --popover-foreground: 210 40% 98%;
  --primary: 210 80% 50%;
  --primary-foreground: 210 10% 10%;
  --secondary: 210 20% 20%;
  --secondary-foreground: 210 40% 98%;
  --muted: 210 20% 20%;
  --muted-foreground: 210 40% 70%;
  --accent: 210 60% 30%;
  --accent-foreground: 210 40% 98%;
  --destructive: 0 80% 50%;
  --destructive-foreground: 210 40% 98%;
  --border: 210 20% 30%;
  --input: 210 20% 20%;
  --ring: 210 80% 50%;
  --radius: 0.75rem;
  --chart-1: 210 80% 50%;
  --chart-2: 210 60% 30%;
  --chart-3: 210 40% 20%;
  --chart-4: 210 20% 15%;
  --chart-5: 210 10% 10%;
}